JavaScript Debugger Modules > What is a JavaScript Debugger Module? > getIncludedFileList() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Called to get a list of files that are referenced by code inserted in the head or body (from the getHeadInstrument()
and getBodyInstrument()
functions). These files must be located in the Configuration/Debugger directory of the Dreamweaver Program Files with the instrumentation debugger module.
Arguments
None.
Returns
An array of file names that should be copied to the directory with the instrumented file.
![]() ![]() ![]() |